home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / csmdm2.zip / HISTORY.CSM < prev   
Text File  |  1992-08-20  |  3KB  |  81 lines

  1. History of Changes or Fixes to CSModem
  2. Entries are made in reverse order, Newest first;
  3.  
  4. August 20, 1992
  5.  
  6. ■ Corrected a minor display problem, and recompiled the code with a new
  7. release of the libraries just to stay on top of it...
  8. Have had it running on my board for a couple of weeks with out any
  9. trouble.
  10.  
  11. August 1, 1992
  12.  
  13. ■ Posted a beta version of CSMODEM completely rewritten in Turbo C++,
  14. and using Clark Developments new DoorKit libraries.
  15.  
  16. June 22, 1992 Ver 1.17
  17.  
  18. ■ With regard to the previous release, I found that I unnecessarily
  19. padded the I/O Address with a zero, which was causing Ziplab to lock-up!
  20. I took me a couple of weeks to discover what the problem was, but if you
  21. also had a door that was locking up mysteriously, this was probably the
  22. reason.
  23.  
  24. June 3, 1992 Ver 1.6
  25.  
  26. ■ I found that in order to be compatible with any doors that are written
  27. using Cam Debuck's CAMKIT or any PCBDOOR kits, I needed to have any
  28. changes to PCBoard.Dat totally reflect changes that I was not aware of.
  29. Both of these development kits use the IRQ and I/O Addresses of the
  30. commports for communications, and though you never see that information
  31. when using PCBsetup, it writes that information to the file. Made
  32. changes internally in the program to correctly update the IRQ and I/O
  33. Addresses when the modems are switched.
  34.  
  35. May 31, 1992 Ver 1.5
  36.  
  37. ■ Added the ability to switch modems from the PCBoard command line.
  38. Instead of entering the door and getting a menu, the user can type
  39. option "S" along with the modem command, it will switch modems, and drop
  40. the carrier. On my board it's like this;
  41.  
  42.                MODEM S <enter>
  43.  
  44. May 28, 1992 Ver 1.4
  45.  
  46. ■ Even though I checked it, an error was reported that accidentally
  47. trashed the PCBOARD.DAT file. Fortunately, the user have a backup of it
  48. with the .TMP extension. I did an END ELSE in the wrong place which
  49. caused the program not to write out the entire PCBOARD.DAT file. Fixed!
  50.  
  51. May 26, 1992 Ver 1.3 ****** Configuration File Change *******
  52.  
  53. ■ Made a change to allow proper operation of Hayes V-Series modems. In
  54. your configuration file for CSMODEM you will find 2 new parameters. One
  55. is for telling CSMODEM that you have a Hayes V series modem attached to
  56. a com port, and the other line is to tell CSMODEM what port the Hayes V
  57. Series is attached to. If you have a non-Hayes modem or it is not a V
  58. Series modem, place the word NONHAYESV on line 10 in the config file. If
  59. you do use a Hayes V Series modem, then place the word HAYESV on line
  60. 10, then on line 11 place the word HAYESPORT={commport}. Example;
  61.  
  62.                       HAYESPORT=COM1:
  63.  
  64. Be sure to place the colon after the commport number like the above
  65. example.
  66.  
  67. May 3, 1992 Ver 1.2
  68.  
  69. ■ Just changed the way the program closed out.. I found it was better to
  70. call another routine for closing the door then the one I was using.
  71.  
  72. April 15, 1992
  73.  
  74. ■  Added ability for the SysOp to display a message prior to logging the
  75. user off. Add a line 9 to your configuration file or copy this one over
  76. and alter its pathnames to your system. Line 9 is the name of the
  77. message file that you want displayed to the user. If this is blank or
  78. does not exist, the program will skip over it. The message file can be
  79. almost any length, and can contain PCBoard @#xx macros or ansi escape
  80. sequences. Once displayed the user is logged off the system as always.
  81.